home *** CD-ROM | disk | FTP | other *** search
/ DOpus Plus / DOpus Plus.iso / Tools / Datatypes / Other / acbmdtc013.readme < prev    next >
Encoding:
Text File  |  1997-11-12  |  1.1 KB  |  36 lines

  1. Short:    IFF ACBM V1.3 - picdtc reference implementation
  2. Author:   GISBURN@w-specht.rhein-ruhr.de (Roland Mainz)
  3. Uploader: GISBURN@w-specht.rhein-ruhr.de (Roland Mainz)
  4. Type:     util/dtype
  5. Replaces: util/dtype/acbmdtc012.LhA
  6. Replaces: util/dtype/acbmdtc011.LhA
  7.  
  8. IFF ACBM DataType, which is able to load and __save__ IFF ACBM pictures.
  9.  
  10. Source included.
  11.  
  12. picture.datatype subclass
  13.  
  14. | This is the official datatypes.library V45 reference implementation of a
  15. | picture.datatype subclass which supports saving in it's local format
  16. | (such an encoder is used by "DTConvert" and other tools which uses DataTypes
  17. | for conversion, e.g. DataType -> DataType (e.g. GIF -> IFF ACBM etc.)).
  18.  
  19. Features:
  20. - Supports saving in it's local format (IFF ACBM)
  21.  
  22. - Supports IFF generic information chunks like AUTH (author), ANNO (annotation) etc.
  23.   for both decoder/encoder
  24.  
  25. - Example data file (e.g. an IFF ACBM picture) included
  26.  
  27. - Shows how to create datatypes compiled for different CPU configurations and
  28.   shows a SAFE way to check this at library runtime
  29.  
  30. - Comes with full source
  31.  
  32. ----
  33.  
  34. Bye,
  35. Roland
  36.